home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacPerl 5.1.3 / Mac_Perl_513_src / perl5.002 / lib / IO.pm < prev    next >
Encoding:
Text File  |  1996-04-09  |  99 b   |  13 lines  |  [TEXT/ttxt]

  1. #
  2.  
  3. package IO;
  4.  
  5. use IO::Handle;
  6. use IO::Seekable;
  7. use IO::File;
  8. use IO::Pipe;
  9. use IO::Socket;
  10.  
  11. 1;
  12.  
  13.